home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / frogger.swf / scripts / frame_118 / DoAction.as
Text File  |  2005-01-07  |  104b  |  7 lines

  1. highscore = "350";
  2. if(highscore < deinhighscore)
  3. {
  4.    highscore = eval("/score:score");
  5. }
  6. stop();
  7.